home *** CD-ROM | disk | FTP | other *** search
/ Aminet 37 / Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso / Aminet / gfx / ifx / CMNDR-ImageFX.lha / Commander-Demo / definitions / Tutorial_3-D.def < prev   
Text File  |  2000-03-23  |  470b  |  43 lines

  1. Define Font "Font1" (
  2.     Name "Topaz2.font"
  3.     Size 8
  4. )
  5.  
  6. Define Window "Main" (
  7.     Position 10 20
  8.     Size 150 200
  9.     Title
  10. )
  11.  
  12. Define Link "ARexx" (
  13.     Type ARexx (
  14.         Data ( File "Rexx/Border.ifx" )
  15.     )
  16. )
  17.  
  18. Window "Main" (
  19.     Border (
  20.         Position 10 20
  21.         Size 107 40
  22.         Fill 3
  23.     )
  24.     Text "Plain Text" (
  25.         Position 20 35
  26.     )
  27.     Text "Shadow Text" (
  28.         Position 20 50
  29.         Color 2
  30.         Shadow
  31.     )
  32.  
  33.  
  34.     Gadget (
  35.         Position 10 75
  36.         Type Button (
  37.             Label "Border.ifx"
  38.             Size 107 12
  39.             Link "ARexx"
  40.         )
  41.     )
  42. )
  43.